home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / Demos / FarCry / Data1.cab / _88F012B2EF074482AF8185E51620190A < prev    next >
Encoding:
Text File  |  2004-01-06  |  283 b   |  14 lines

  1. Script:LoadScript("scripts/default/entities/pickups/basepickup.lua");
  2.  
  3. local params={
  4.     ammotype="HandGrenade",
  5.     model="Objects/pickups/grenade/grenade_frag_pickup.cgf",
  6.     default_amount=3,
  7.     sound="sounds/items/health.wav"
  8. }
  9.  
  10.  
  11. AmmoHandGrenades=CreateAmmoPickup(params);
  12.  
  13.  
  14.